home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / live / etc / X11 / XftConfig < prev   
Encoding:
Text File  |  2002-11-14  |  1.1 KB  |  41 lines

  1. # $XFree86: xc/lib/Xft/XftConfig.cpp,v 1.8 2001/11/21 23:41:12 keithp Exp $
  2.  
  3. dir "/usr/X11R6/lib/X11/fonts/Type1"
  4. dir "/usr/X11R6/lib/X11/fonts/TrueType"
  5.  
  6. #
  7. # alias 'fixed' for 'mono'
  8. #
  9. match any family == "fixed"        edit family =+ "mono";
  10.  
  11. #
  12. # Check users config file
  13. #
  14. includeif    "~/.xftconfig"
  15.  
  16. #
  17. # Use Luxi fonts for default faces
  18. #
  19. match any family == "serif"        edit family += "Luxi Serif";
  20. match any family == "sans"        edit family += "Luxi Sans";
  21. match any family == "mono"        edit family += "Luxi Mono";
  22.  
  23. #
  24. # Alias between XLFD families and font file family name, prefer local
  25. # fonts
  26. #
  27. match any family == "charter"        edit family += "bitstream charter";
  28. match any family == "bitstream charter" edit family =+ "charter";
  29.  
  30. #
  31. # Alias older name for Luxi fonts
  32. #
  33. match any family == "LuciduxSerif" edit family += "Luxi Serif";
  34. match any family == "Lucidux Serif" edit family += "Luxi Serif";
  35.  
  36. match any family == "LuciduxSans" edit family += "Luxi Sans";
  37. match any family == "Lucidux Sans" edit family += "Luxi Sans";
  38.  
  39. match any family == "LuciduxMono" edit family += "Luxi Mono";
  40. match any family == "Lucidux Mono" edit family += "Luxi Mono";
  41.